added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSCOMClient / CSCOMClient.csproj
bloba3ed7332eba2049ae2d7d0e480ab47f2efeb928a
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{8401AF6A-1EDC-4D85-A678-FFE9E24D0646}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSCOMClient</RootNamespace>
12     <AssemblyName>CSCOMClient</AssemblyName>
13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkSubset>
16     </TargetFrameworkSubset>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>..\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>..\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include="System" />
37     <Reference Include="System.Data" />
38     <Reference Include="System.Drawing" />
39     <Reference Include="System.Windows.Forms" />
40     <Reference Include="System.Xml" />
41   </ItemGroup>
42   <ItemGroup>
43     <Compile Include="NativeMethod.cs" />
44     <Compile Include="Program.cs" />
45     <Compile Include="Properties\AssemblyInfo.cs" />
46     <Compile Include="MainForm.cs">
47       <SubType>Form</SubType>
48     </Compile>
49     <Compile Include="MainForm.Designer.cs">
50       <DependentUpon>MainForm.cs</DependentUpon>
51     </Compile>
52   </ItemGroup>
53   <ItemGroup>
54     <Content Include="ReadMe.txt" />
55   </ItemGroup>
56   <ItemGroup>
57     <COMReference Include="ATLDllCOMServerLib">
58       <Guid>{9B23EFED-A0C1-46B6-A903-218206447F3E}</Guid>
59       <VersionMajor>1</VersionMajor>
60       <VersionMinor>0</VersionMinor>
61       <Lcid>0</Lcid>
62       <WrapperTool>tlbimp</WrapperTool>
63       <Isolated>False</Isolated>
64     </COMReference>
65     <COMReference Include="AxMFCActiveXLib">
66       <Guid>{DFFC673C-E5FE-4D0D-99CA-6FB4BDCF0A50}</Guid>
67       <VersionMajor>1</VersionMajor>
68       <VersionMinor>0</VersionMinor>
69       <Lcid>0</Lcid>
70       <WrapperTool>aximp</WrapperTool>
71       <Isolated>False</Isolated>
72     </COMReference>
73     <COMReference Include="MFCActiveXLib">
74       <Guid>{DFFC673C-E5FE-4D0D-99CA-6FB4BDCF0A50}</Guid>
75       <VersionMajor>1</VersionMajor>
76       <VersionMinor>0</VersionMinor>
77       <Lcid>0</Lcid>
78       <WrapperTool>tlbimp</WrapperTool>
79       <Isolated>False</Isolated>
80     </COMReference>
81   </ItemGroup>
82   <ItemGroup>
83     <EmbeddedResource Include="MainForm.resx">
84       <DependentUpon>MainForm.cs</DependentUpon>
85     </EmbeddedResource>
86   </ItemGroup>
87   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
89        Other similar extension points exist, see Microsoft.Common.targets.
90   <Target Name="BeforeBuild">
91   </Target>
92   <Target Name="AfterBuild">
93   </Target>
94   -->
95 </Project>